go/parser.parser.parseFuncType (method)

3 uses

	go/parser (current package)
		parser.go#L1109: func (p *parser) parseFuncType() *ast.FuncType {
		parser.go#L1391: 		return p.parseFuncType()
		parser.go#L1457: 	typ := p.parseFuncType()